home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / drman11d.zip / DIRMANPM.HLP (.txt) < prev    next >
OS/2 Help File  |  1992-01-21  |  25KB  |  795 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction to DirMan/PM ΓòÉΓòÉΓòÉ
  3.  
  4. Directory Manager (DirMan/PM) is a simple OS/2 directory and file manager that 
  5. provides the following features: 
  6.  
  7.   1. Traversal of either the OS/2 HPFS or FAT file systems that include: 
  8.  
  9.     o file sorting 
  10.     o file/directory copy, move, delete, and rename operations 
  11.     o mask specification to view matching files 
  12.     o display of disk space, and marked file size information 
  13.     o marking and un-marking of files for further processing 
  14.  
  15.   2. OS/2 command entry 
  16.  
  17.     o including the ability to execute commands using marked files from the 
  18.       file display. 
  19.  
  20.   3. Custom macro execution against marked files 
  21.  
  22.     o Customize the FILE pull-down to automate selected macro command 
  23.       execution. 
  24.  
  25.   4. File search capability 
  26.  
  27.   5. Support for the Drag-Drop protocol for marked files. 
  28.  
  29.  For more information about DirMan/PM's various functions select one of the 
  30.  following: 
  31.  
  32.  o Traversing the file system 
  33.  o Selecting previous directories 
  34.  o Selecting Files 
  35.  o Dragging and Dropping Selected Files 
  36.  o Searching for Files 
  37.  o Using Quick View 
  38.  o Operations on Files/Directories 
  39.  o Using the ICONS or TOOLBAR 
  40.  o Using the POPUP Menu 
  41.  o Destination Dialog for Copy/Move 
  42.  o Executing Commands and Macros 
  43.  o Command Substitution Format 
  44.  o Variable Substitution 
  45.  o Changing the File Mask 
  46.  o Cancelling a Request 
  47.  o MACRO Creation 
  48.  o Changing the Startup Directory 
  49.  o Changing the Font 
  50.  o Changing Colors 
  51.  o Changing the File View 
  52.  o Changing File Details View 
  53.  o Creating a new directory 
  54.  o Changing attributes of a file 
  55.  o Creating a Clone 
  56.  o Saving Setup Options 
  57.  o Key Assignments 
  58.  o Release Information 
  59.  
  60.  
  61. ΓòÉΓòÉΓòÉ 2. Traversing the file system. ΓòÉΓòÉΓòÉ
  62.  
  63. DirMan/PM initializes by displaying files and sub-directories on either the 
  64. current drive and directory from which DirMan/PM was started from or a 
  65. pre-selected default startup drive and directory. The display is split into: 
  66.  
  67.  o pull-down drive selection box, 
  68.  o a file mask entry field, 
  69.  o a directory listbox, and 
  70.  o a file listbox 
  71.  
  72.  The current directory and file mask are displayed in the title bar and in the 
  73.  OS/2 task selection listbox. 
  74.  
  75.  o Using the Mouse to Traverse the File System 
  76.  
  77.    To display files/directories on another drive, click on the down arrow of 
  78.    the drive selection pull-down and use the up and down arrows within the 
  79.    pull-down to scroll thru the drive list. Once you find the drive you wish to 
  80.    view, single click on that entry. You may also just click on the drive 
  81.    letter and over-type the default drive letter displayed. Please note that 
  82.    the drive must exist or the new drive letter you are, entering will not be 
  83.    processed. 
  84.  
  85.    To change to another directory, double-click on a directory entry in the 
  86.    directory listbox on the left of the display. The .. in the directory 
  87.    listbox indicates the parent directory, and may be doubled-clicked to move 
  88.    back to the parent. Please note that if using HPFS, a .. will appear even 
  89.    when you are at the root directory. You may use the scroll bar to scroll 
  90.    thru the list of files or directories or click on the directory or file 
  91.    listbox and type the first letter of the file/directory name. 
  92.  
  93.    To change the mask of files displayed, single-click on the mask entry field 
  94.    ( to the right of the drive selection box ) and enter the mask that you wish 
  95.    to be displayed. An example would be: 
  96.  
  97.       DINO.*
  98.    This would display all file(s) in the directory selected that have a file 
  99.    name of DINO and all file extensions possible. 
  100.  
  101.    To execute a file(s) ( open a file ) double-click on the file name. Only 
  102.    executable files will be processed. 
  103.  
  104.    At the top of the file listbox and to the right of the mask entry field, 
  105.    will be the current allocation status for the selected drive. This will 
  106.    include the number of sub-directories, number of files in the currently 
  107.    displayed directory and the number of bytes of dasd space both used and 
  108.    free. 
  109.  
  110.  o Using the Keyboard to Traverse the File System 
  111.  
  112.    To display files/directories on another drive; use the TAB key to move the 
  113.    focus to the drive selection pull-down and either over-type the drive letter 
  114.    or use the up/down arrows on the keyboard to select a drive. 
  115.  
  116.    In order to change to another directory, use the TAB key to move the focus 
  117.    to the directory listbox and then use the up/down arrows on the keyboard to 
  118.    scroll thru the list. When selecting a  a directory, press enter. The .. in 
  119.    the directory listbox indicates the parent directory, and may be selected to 
  120.    move back to the parent. Please note - when using HPFS, a .. will appear 
  121.    even if you are at the root directory. 
  122.  
  123.    To change the mask of files displayed, use the TAB key to move the focus to 
  124.    the mask entry field ( to the right of the drive selection box ) and enter 
  125.    the mask that you wish to be displayed. For example: 
  126.  
  127.       DINO.*
  128.    This would display all files in the selected directory that have a file name 
  129.    of DINO and all file extensions. 
  130.  
  131.    To execute a file ( open a file ), use the TAB key to move the focus to the 
  132.    file listbox then use the up/down keyboard arrow keys to select the file to 
  133.    be executed and press enter. 
  134.  
  135.    At the top of the file listbox and to the right of the mask entry field, 
  136.    will be the current allocation status for the selected drive. This will 
  137.    include the number of sub-directories, number of files in the currently 
  138.    displayed directory and the number of dasd bytes free and used. 
  139.  
  140.  
  141. ΓòÉΓòÉΓòÉ 3. Selecting previous directories. ΓòÉΓòÉΓòÉ
  142.  
  143. DirMan/PM keeps the last 10 unique selected directories, these directories may 
  144. be selected via the VIEW pull-down. The list of directories is in a last used 
  145. format, so the first directory shown will be the current directory ( unless the 
  146. current directory is not unique within the list ). 
  147.  
  148.  
  149. ΓòÉΓòÉΓòÉ 4. Selecting Files. ΓòÉΓòÉΓòÉ
  150.  
  151. One or more files may be selected (marked) so that operations may be performed 
  152. upon them (e.g. copy, delete, move ... ), MACRO operations may also be 
  153. performed. A single directory may also be selected to perform operations 
  154. against. 
  155.  
  156.  o Using the Mouse to Select files/directories 
  157.  
  158.    To select a file with the mouse, click on the file name, this can be 
  159.    repeated for as many files as you wish. 
  160.  
  161.    To select a directory with the mouse, click on the directory name, only one 
  162.    directory may be selected at a time. 
  163.  
  164.    To de-select a file/directory click on the already selected file/directory 
  165.    entry. 
  166.  
  167.    ALL files can be selected or de-selected by using the EDIT pull-down on the 
  168.    menu bar and selecting either MARK ALL ENTRIES or UNMARK ALL ENTRIES. 
  169.  
  170.  o Using the Keyboard to select files/directories 
  171.  
  172.    To select a file/directory, use the TAB key to move the focus to either the 
  173.    directory or file listbox. Then use the up/down arrows on the keyboard to 
  174.    scroll thru the list. To select a directory, press enter. 
  175.  For information on how to DRAG the selected files see  Dragging and Dropping 
  176.  Selected Files 
  177.  
  178.  
  179. ΓòÉΓòÉΓòÉ 5. Dragging and Dropping Selected Files ΓòÉΓòÉΓòÉ
  180.  
  181. DirMan/PM supports supports the drag-n-drop protocols implemented in programs 
  182. such as the OS/2 File Manager. In order to use the drag-n-drop protocol, follow 
  183. the instructions below: 
  184.  
  185.   1. Select the file(s) to be transferred to a target application. 
  186.  
  187.   2. Press and hold the secondary mouse button. 
  188.  
  189.   3. Move the mouse pointer, noting that the pointer image changes as it passes 
  190.      over windows or icons that may or may not support the drag-n-drop 
  191.      protocol. 
  192.  
  193.   4. While over an application that does support drop ( the pointer changes to 
  194.      a folder image ), release the mouse button to transfer the files to that 
  195.      application. 
  196.  
  197.  
  198. ΓòÉΓòÉΓòÉ 6. Operations on Files/Directories ΓòÉΓòÉΓòÉ
  199.  
  200.  o Files/Directories can be copied to another drive or directory by first 
  201.    selecting the file(s) or directory from which to copy. Select the Copy icon 
  202.    (in the menu bar) or press the ctrl-c key combination. 
  203.  
  204.    The destination dialog will be displayed so that you may select a 
  205.    destination on which the files/directories may be copied. 
  206.  
  207.    Choosing OK will allow the process to continue, choosing CANCEL will cancel 
  208.    the entire process. 
  209.  
  210.  o Files/Directories can be moved to another drive or directory by first 
  211.    selecting the file(s) or directory to move and then selecting the Move icon 
  212.    (in the menu bar) or pressing the ctrl-m key combination. 
  213.  
  214.    The destination dialog will be displayed so that you may select a 
  215.    destination for the files/directories to be moved to. 
  216.  
  217.    When moving directories, the original directory or sub-directories will NOT 
  218.    be deleted. 
  219.  
  220.    Choosing OK will allow the process to continue, choosing CANCEL will cancel 
  221.    the entire process. 
  222.  
  223.  o Files/Directories can be renamed in the current directory by first selecting 
  224.    the file(s) or directory to rename and then selecting the Rename icon (in 
  225.    the menu bar) or pressing the ctrl-r key combination.  A dialog box will be 
  226.    displayed to in order to allow you to change the name of the file/directory. 
  227.  
  228.    Choosing OK will allow the process to continue, choosing CANCEL will cancel 
  229.    the current process. 
  230.  
  231.  o Files/Directories can be deleted (along with sub-directories) directory by 
  232.    first selecting the file(s) or directory to delete and then selecting the 
  233.    Delete icon (in the menu bar) or pressing the ctrl-d key combination.  A 
  234.    dialog box will be displayed (if you have selected the "Confirm on Delete" 
  235.    option from the SETUP pull-down menu) to allow you to review the file(s) or 
  236.    directory name(s) being deleted. You may remove an item from the delete list 
  237.    by double-clicking on the the item in the listbox. 
  238.  
  239.    When a directory is selected, all files and sub-directories in the directory 
  240.    will be deleted. 
  241.  
  242.    Choosing OK will allow the process to continue, choosing CANCEL will cancel 
  243.    the entire process. 
  244.  
  245.  o Files can be printed to PRN by first selecting the file(s) to print and then 
  246.    selecting the Print icon (in the menu bar) or pressing the ctrl-p key 
  247.    combination. 
  248.  
  249.  o To DRAG the selected file(s) over a window of an application that supports 
  250.    the drag-drop protocol, hold down the secondary mouse button, and move the 
  251.    mouse pointer over the target application window (or icon). The mouse 
  252.    pointer icon will change and indicate whether or not the target application 
  253.    will accept the dragged file(s). 
  254.  
  255.    Note:  File(s) must be selected before you can drag them. 
  256.  
  257.  o To EXECUTE a program you may double-click on the selected file. 
  258.  
  259.  o To EXECUTE a command against selected files/directories, by first selecting 
  260.    the file(s) or directory  and then selecting the Delete icon (in the menu 
  261.    bar) or pressing the ctrl-o key combination. A dialog box will displayed to 
  262.    allow you to enter your command. The last 10 commands are retained and may 
  263.    be scrolled and selected from the listbox. 
  264.  
  265.  
  266. ΓòÉΓòÉΓòÉ 7. Cancelling a Active Request ΓòÉΓòÉΓòÉ
  267.  
  268. You may cancel a ACTIVE request ( move, copy, rename, delete, and search ) by 
  269. using the ESC key at any time in the process. 
  270.  
  271. Note:  The actions taken prior to the cancel are not un-done. 
  272.  
  273.  
  274. ΓòÉΓòÉΓòÉ 8. Destination Dialog for Copy/Move ΓòÉΓòÉΓòÉ
  275.  
  276. The destination dialog helps you choose a destination for a move or copy 
  277. operation on selected files or directory. 
  278.  
  279. To choose a destination for the operation, select disk drive letter ( via the 
  280. drive drop-down list ) for the drive  you wish to use as the target and then 
  281. select the directory you desire on the drive by double-clicking on the 
  282. directory name. The directories are displayed one-level at a time. You may 
  283. traverse the directory tree by using the same method outlined in Traversing the 
  284. file system 
  285.  
  286. As drives/directories are selected, the destination will be displayed in the 
  287. destination entry box at the bottom of the dialog box, along with the amount of 
  288. free space left on the target drive. Optionally, you may type in the 
  289. destination path name in this entry field instead of selecting the drives and 
  290. directories. 
  291.  
  292. Choosing OK will allow the process to continue, choosing CANCEL will cancel the 
  293. current process. 
  294.  
  295.  
  296. ΓòÉΓòÉΓòÉ 9. MACRO Creation ΓòÉΓòÉΓòÉ
  297.  
  298. Macros are commands that follow the rules outlined in the Command Substitution 
  299. Format section. To create a macro select the SETUP pull-down and then select 
  300. MACROS. The macro dialog box will be displayed, the first 2 entries are 
  301. reserved for a EDITOR and BROWSER program. The next 8 entries are open for your 
  302. use, the command goes on the left and a description of the command goes on the 
  303. right. The command entry field has a limit of 50 characters and the description 
  304. entry field has a limit of 30. Contents of the description field will show up 
  305. in the FILE pull-down and will change when ever you change the contents. For 
  306. more information on how to execute macros see Executing Commands and Macros. 
  307.  
  308. For best the best performance the command should also include the filetype ( 
  309. i.e. .EXE ) and either be in the DPATH or be a FULLY qualified file name. 
  310.  
  311. Choosing OK will allow the process to continue, choosing CANCEL will cancel any 
  312. changes made since the last time. 
  313.  
  314. A sample of some MACROs are as follows: 
  315.  
  316.  o Zip marked file(s) - This macro will prompt you for a ZIP name to either 
  317.    create or modify, then add the marked file(s) to that ZIP file. 
  318.  
  319.       pkzip.exe &ZipName / -a                      ( run in a window )
  320.       !pkzip.exe &ZipName / -a                     ( full screen mode )
  321.  
  322.  o UnZip marked file(s) - This macro will UnZip the marked file(s) and place 
  323.    the files in the current directory. 
  324.  
  325.       pkunzip.exe /                                    ( run in a window )
  326.       !pkunzip.exe /                                   ( full screen Mode )
  327.  
  328.  o Zip a entire directory - This macro will prompt you for a ZIP name to either 
  329.    create or modify, then ZIP all the files in the current directory. 
  330.  
  331.       pkzip.exe &ZipName /p\*.*                    ( run in a window )
  332.       !pkzip.exe &ZipName /p\*.*                   ( full screen mode )
  333.  
  334.  
  335. ΓòÉΓòÉΓòÉ 10. Executing Commands and Macros ΓòÉΓòÉΓòÉ
  336.  
  337. You may type in a OS/2 command to execute at anytime, by selecting the File 
  338. pull-down and selecting Command or ctrl-o. You may also select any user created 
  339. macro from the File pull-down ( or by pressing the ctrl-1 thru ctrl-8 keys ). 
  340.  
  341.  o Commands 
  342.  
  343.    When the Command option has been selected the command dialog will be 
  344.    displayed, and your command will execute as a separate process when OK is 
  345.    selected ( or pressing the ENTER key). 
  346.  
  347.    Any OS/2 command or program name can be specified for execution. Optionally, 
  348.    the command you specify can use the selected files in the command line. For 
  349.    more information on the format of the command substitutions see Command 
  350.    Substitution Format 
  351.  
  352.  o Macros 
  353.  
  354.    Macros may also be selected for execution, optionally, the command you 
  355.    specify can use the selected files in the command line. For more information 
  356.    on the format of the command substitutions see Command Substitution Format 
  357.    and also see MACRO Creation for more information on creating macros. 
  358.  
  359.  
  360. ΓòÉΓòÉΓòÉ 11. Command Substitution Format ΓòÉΓòÉΓòÉ
  361.  
  362. The following diagram illustrates the format for a command you enter: 
  363.  
  364. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇcommandΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  365.   Γöé ! Γöé         Γöé parms Γöé Γöé /  Γöé
  366.   Γöé + Γöé         ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ Γöé // Γöé
  367.   Γöé - Γöé                   Γöé /n Γöé
  368.   ΓööΓöÇΓöÇΓöÇΓöÿ                   Γöé /e Γöé
  369.                           Γöé /d Γöé
  370.                           Γöé /p Γöé
  371.                           ΓööΓöÇΓöÇΓöÇΓöÇΓöÿ
  372.  
  373. The <command> symbol represents the name of the command you specify. command 
  374. can only be a OS/2 command or program. The following list describes the other 
  375. command parameters. 
  376.  
  377.  !         Starts the session in a FULL screen mode. 
  378.  
  379.  -         Starts the session MINIMIZED ( icon ) mode. 
  380.  
  381.  +         Starts the session MAXIMIZED mode. 
  382.  
  383.  parms     Any needed command parameters. 
  384.  
  385.  /         Substitutes the fully-qualified name for selected file(s). The 
  386.            specified command will be repeated for each file that is selected on 
  387.            the file listbox. 
  388.  
  389.  //        Substitutes the '/' character in the command line. 
  390.  
  391.  /n        Substitutes the file name for each selected file. The specified 
  392.            command will be repeated for each file that is selected on the file 
  393.            listbox. 
  394.  
  395.  /e        Substitutes the file extension (without the preceding '┬╖') for each 
  396.            selected file. The specified command will be repeated for each file 
  397.            that is selected on the file listbox. 
  398.  
  399.  /d        Substitutes the drive letter (with the trailing ':') for for each 
  400.            selected file. The specified command will be repeated for each file 
  401.            that is selected on the file listbox. 
  402.  
  403.  /p        Substitutes the fully-qualified path name (without the trailing '\') 
  404.            of the current directory in the command line. The specified command 
  405.            will be repeated for each file that is selected on the file listbox. 
  406.  
  407.            Also see Variable Substitution 
  408.  
  409.  
  410. ΓòÉΓòÉΓòÉ 12. Variable Substitution ΓòÉΓòÉΓòÉ
  411.  
  412. Within a macro or command you may use a '&' followed by a name 
  413. (i.e.'&ProgName') to indicate that you wish to be prompted for a variable 
  414. substitution when the command or macro is selected. The substitution will occur 
  415. only once, that is if multiple files were selected the substitution will apply 
  416. to all files selected. 
  417.  
  418.  
  419. ΓòÉΓòÉΓòÉ 13. Changing the File Mask ΓòÉΓòÉΓòÉ
  420.  
  421. The file mask determines which files are displayed in the file listbox. All 
  422. directories are displayed, regardless of the file mask specification. The 
  423. normal wildcard characters of * and ? may be used in the file mask. 
  424.  
  425. The default mask is *.*. To change this mask either place the mouse pointer 
  426. over the file mask edit field ( to the right of the drive selection ) and click 
  427. to bring the focus to that field and type in the new mask, or use the TAB key 
  428. to bring the focus to the file mask entry field and type in the new mask. 
  429.  
  430. You may also change the type of files displayed by selecting the VIEW pull-down 
  431. and either selecting or de-selecting the "Show System and Hidden Files" or 
  432. ctrl-h. 
  433.  
  434.  
  435. ΓòÉΓòÉΓòÉ 14. Changing the Startup Directory ΓòÉΓòÉΓòÉ
  436.  
  437. You can change which directory is displayed upon startup by first by 
  438. double-clicking on the directory you wish to use, then select the SETUP 
  439. pull-down and select the "Make Current Directory Default". A message box will 
  440. be displayed asking you to confirm your request (the name of the selected 
  441. directory will be displayed). 
  442.  
  443. Choosing OK will allow the process to continue, choosing NO will cancel the 
  444. entire process and reset the default directory displayed to the one that 
  445. Dirman/PM is found in (which is the default). 
  446.  
  447. To save this option you must select the FILE pull-down and select "Save 
  448. Options" as this will update your DIRMANPM.INI file. 
  449.  
  450.  
  451. ΓòÉΓòÉΓòÉ 15. Changing the Font ΓòÉΓòÉΓòÉ
  452.  
  453. You may change the font to either SMALL (10 point)  or LARGE (12 point) by 
  454. selecting the SETUP pull-down and selecting the FONT entry and then selecting 
  455. SMALL or LARGE, the default is SMALL. 
  456.  
  457. The fonts are ONLY changed in the directory and file listboxs. 
  458.  
  459.  
  460. ΓòÉΓòÉΓòÉ 16. Changing Colors ΓòÉΓòÉΓòÉ
  461.  
  462. You may change the color of the directory and file listbox(s) by selecting the 
  463. SETUP pull-down and selecting the COLORS entry, then selecting DIRECTORY or 
  464. FILE, and then the color. The default color is NEUTRAL. 
  465.  
  466. The colors are changed in ALL the directory and file listboxs. 
  467.  
  468.  
  469. ΓòÉΓòÉΓòÉ 17. Changing the File View ΓòÉΓòÉΓòÉ
  470.  
  471. You may select to alter how the files are listed in the filebox. You may elect 
  472. to show the files by 
  473.  
  474.  o DATE, 
  475.  o EXTENSION, or 
  476.  o SIZE 
  477.  
  478.  The default is by NAME. To change the view, select the VIEW pull-down and 
  479.  select either SORT BY DATE, SORT BY EXTENSION or SORT BY SIZE. The display is 
  480.  refreshed with the proper order. You also may select a sort order of: 
  481.  
  482.  o ASCENDING 
  483.  o DESCENDING 
  484.  
  485.  
  486. ΓòÉΓòÉΓòÉ 18. Changing File Details View ΓòÉΓòÉΓòÉ
  487.  
  488. You may select what information will appear in your file display, electing to 
  489. show: 
  490.  
  491.  o DATE, 
  492.  o TIME, 
  493.  o ATTRIBUTES, or 
  494.  o SIZE 
  495.  
  496.  The default is to show all the above. 
  497.  
  498.  Note:  Please note, that this change will also effect the SEARCH window. 
  499.  
  500.  
  501. ΓòÉΓòÉΓòÉ 19. Creating a new directory ΓòÉΓòÉΓòÉ
  502.  
  503. You may create a new directory by selecting the MAKE DIRECTORY option under the 
  504. FILE pull-down. You will be presented with a dialog box, the dialog box has a 
  505. entry field in which you can enter the name of the directory you wish to 
  506. create. The name can be a fully qualified directory name or just the name, in 
  507. which case will assume the qualified path of the current directory. 
  508.  
  509.  
  510. ΓòÉΓòÉΓòÉ 20. Changing attributes of a file ΓòÉΓòÉΓòÉ
  511.  
  512. You can change the attributes of a file by first selecting a file to change. 
  513. Once you have selected a file then select the CHANGE ATTRIBUTES option under 
  514. the FILE pull-down. You will be presented with a dialog box, the dialog box 
  515. will show you the current attributes for the selected file. To change the 
  516. attributes just select or de-select the attributes you want the file to have, 
  517. then press the OK button or CANCEL to cancel the request. 
  518.  
  519.  
  520. ΓòÉΓòÉΓòÉ 21. Creating a Clone ΓòÉΓòÉΓòÉ
  521.  
  522. A clone is a exact copy of a file with a different name. You can create a copy 
  523. of a file and give it a different name via the CLONE option. Select the file(s) 
  524. you wish to clone, then select the CLONE option from the FILE pull-down, you 
  525. will be prompted for the new name(s) of the file(s) being cloned. You can only 
  526. clone a file in the current directory, this means that the cloned copy will 
  527. reside in the same directory as the original file, you can then move the file 
  528. if you desire. 
  529.  
  530.  
  531. ΓòÉΓòÉΓòÉ 22. Saving Setup Options ΓòÉΓòÉΓòÉ
  532.  
  533. After you have made the desired changes, you may select the FILE pull-down and 
  534. select SAVE SETUP. A file names DIRMANPM.INI will be created in the directory 
  535. where DIRMANPM was started from. This file will be used during the 
  536. initialization of DIRMANPM. 
  537.  
  538.  
  539. ΓòÉΓòÉΓòÉ 23. Search for Files ΓòÉΓòÉΓòÉ
  540.  
  541. To search for a given file(s) select the SEARCH icon in the menu bar of the 
  542. main window, this will display the SEARCH dialog. The search dialog can search 
  543. for files matching a given mask on a single drive or across multiple drives. 
  544. When the search dialog is displayed the focus is on the mask entry field, this 
  545. may be changed to any mask. For further information on changing the mask see 
  546. Changing the File Mask. You may select one or more drives to be searched. The 
  547. default drive selected is a result of the current drive on the main window. 
  548. Once you have selected the proper file mask and drive(s) you may press the GO 
  549. icon in the menu bar. The files that match the file mask are displayed in the 
  550. file box. 
  551.  
  552. See the following references for more information on the actions that you may 
  553. perform on files that the search routine found. 
  554.  
  555.  o Selecting Files 
  556.  o Operations on Files/Directories 
  557.  o Executing Commands and Macros 
  558.  
  559.  
  560. ΓòÉΓòÉΓòÉ 24. Using Quick View ΓòÉΓòÉΓòÉ
  561.  
  562. Quick View is a built-in simple and basic file viewer that allows you to view 
  563. plain ascii text file(s). To use Quick View select one or more files, then move 
  564. the mouse pointer to the Quick View icon ( the Window Pane ) and press mouse 
  565. button 1. If you selected more than 1 file, Quick View will place these files 
  566. in a file ring for future selection. Quick View will always display the first 
  567. file selected ( if you selected more that 1 ). To view the the other files 
  568. selected, click on the VIEW pull-down and click one the file you wish to view 
  569. now. 
  570.  
  571. You can also use the VIEW pull-down to change the FONT and COLOR. To change the 
  572. FONT, select the VIEW pull-down and select FONT, then select the size font that 
  573. fits your needs.  You can change the BACKGROUND and FOREGROUND (text) color. To 
  574. change the BACKGROUND color select the VIEW pull-down and then select COLOR, 
  575. the BACKGROUND. The color choices are now displayed, select the one that fits 
  576. your needs. You can save your choices by selecting the FILE pull-down and 
  577. selecting SAVE OPTIONS. This will save ALL 
  578.  
  579. If you wish to look use Quick View to look at 2 or more files at the same time 
  580. then repeat the above steps for each individual file that you wish to view and 
  581. DirMan/PM will start a Quick View session for each file. 
  582.  
  583. To EXIT Quick View, select the FILE pull-down and select EXIT or press F3 at 
  584. any time. 
  585.  
  586.  
  587. ΓòÉΓòÉΓòÉ 25. Using the ICONS or TOOLBAR ΓòÉΓòÉΓòÉ
  588.  
  589. The TOOLBAR is located on the menu bar of each window, each ICON relates to a 
  590. function. Below is a list of the icons and what function they perform: The 
  591. above icon will perform the MOVE function. The above icon will perform the COPY 
  592. function. The above icon will perform the DELETE function. The above icon will 
  593. perform the RENAME function. The above icon will perform the PRINT function. 
  594. The above icon will perform the SEARCH function. The above icon will invoke the 
  595. Quick View function. The above icon will perform the EDIT function if a EDIT 
  596. macro has been defined. The above icon will perform the VIEW function if a VIEW 
  597. macro has been defined. The above icon will start the SEARCH process. 
  598.  
  599.  
  600. ΓòÉΓòÉΓòÉ 26. Using the POPUP Menu ΓòÉΓòÉΓòÉ
  601.  
  602. If you elect to size the window so that some of the buttons are no longer 
  603. visible, you may use the POPUP menu to select the desired action. To display 
  604. the POPUP menu place the pointer over the file listbox area and press and 
  605. release secondary mouse button. A menu will appear where the pointer was, note 
  606. that some of the selection will be greyed-out ( non-selectable ) this is 
  607. because no files were selected prior to requesting the POPUP. 
  608.  
  609.  
  610. ΓòÉΓòÉΓòÉ 27. Key Assignments ΓòÉΓòÉΓòÉ
  611.  
  612. The following is a list of control and function key support for DirMan/PM. 
  613.  
  614. HELP KEYS 
  615.  
  616.  F1 
  617.       Help 
  618.  
  619.  ACCELERATOR KEYS 
  620.  
  621.  Ctrl+a 
  622.       Mark all files in the current display 
  623.  
  624.  Ctrl+b 
  625.       Change Attributes 
  626.  
  627.  Ctrl+e 
  628.       Edit marked file(s) ( must have specified an editor program ) 
  629.  
  630.  Ctrl+d 
  631.       Sort files by date 
  632.  
  633.  Ctrl+h 
  634.       Show Hidden and System files 
  635.  
  636.  Ctrl+k 
  637.       Make Directory 
  638.  
  639.  Ctrl+l 
  640.       Create Clone 
  641.  
  642.  Ctrl+o 
  643.       Execute a command 
  644.  
  645.  Ctrl+r 
  646.       Refresh the current display 
  647.  
  648.  Ctrl+s 
  649.       Save current setup 
  650.  
  651.  Ctrl+t 
  652.       Sort by file extension 
  653.  
  654.  Ctrl+u 
  655.       UnMark all files in the current display 
  656.  
  657.  Ctrl+v 
  658.       View marked file(s) ( must have specified an browse program ) 
  659.  
  660.  Ctrl+x 
  661.       Execute marked file(s) 
  662.  
  663.  Ctrl+z 
  664.       Sort by file size 
  665.  
  666.  Ctrl+1 
  667.       Execute macro 1 with marked file(s) 
  668.  
  669.  Ctrl+2 
  670.       Execute macro 2 with marked file(s) 
  671.  
  672.  Ctrl+3 
  673.       Execute macro 3 with marked file(s) 
  674.  
  675.  Ctrl+4 
  676.       Execute macro 4 with marked file(s) 
  677.  
  678.  Ctrl+5 
  679.       Execute macro 5 with marked file(s) 
  680.  
  681.  Ctrl+6 
  682.       Execute macro 6 with marked file(s) 
  683.  
  684.  Ctrl+7 
  685.       Execute macro 7 with marked file(s) 
  686.  
  687.  Ctrl+8 
  688.       Execute macro 8 with marked file(s) 
  689.  
  690.  Alt+c 
  691.       Copy marked directory/file(s) to another drive/directory 
  692.  
  693.  Alt+d 
  694.       Delete marked directory/file(s) 
  695.  
  696.  Alt+m 
  697.       Move marked directory/file(s) to another drive/directory 
  698.  
  699.  Alt+p 
  700.       Print marked file(s) 
  701.  
  702.  Alt+r 
  703.       Rename marked directory/file(s) 
  704.  
  705.  Alt+s 
  706.       Search 
  707.  
  708.  Alt+q 
  709.       Quick View marked file(s) 
  710.  
  711.  Esc 
  712.       Cancel request 
  713.  
  714.  Del 
  715.       Delete marked directory/file(s) 
  716.  
  717.  F3 
  718.       Exit Program 
  719.  
  720.  
  721. ΓòÉΓòÉΓòÉ 28. Release Information ΓòÉΓòÉΓòÉ
  722.  
  723.  o Release 1.0 Version 01b 
  724.  
  725.     - Problems fixed 
  726.  
  727.        o Fix Drop n'Drag problem with some applications 
  728.        o Fix Move/Copy read-only files problem 
  729.        o Fix Move/Copy dialog return problems 
  730.        o Fix incorrect ICONBAR message when using a SVGA display 
  731.        o Program launch improvements 
  732.  
  733.     - New features 
  734.  
  735.        o Quick path to last 10 unique directories viewed 
  736.        o Create Directory option 
  737.        o Clone File option 
  738.        o Change file attributes option 
  739.        o Quick View ( built in file viewer ) 
  740.        o New ICONBAR 
  741.  
  742.  
  743. ΓòÉΓòÉΓòÉ 29. Find Error Help ΓòÉΓòÉΓòÉ
  744.  
  745. The file in question could not be found. A common case of this error is that 
  746. the file no longer exists. Try refreshing your file display and see if the file 
  747. shows on your display. 
  748.  
  749.  
  750. ΓòÉΓòÉΓòÉ 30. Disk Full Error ΓòÉΓòÉΓòÉ
  751.  
  752. The target drive of a MOVE or a COPY is either full or write protected. The 
  753. file in question will not be copied or moved. 
  754.  
  755.  
  756. ΓòÉΓòÉΓòÉ 31. Executable File Error ΓòÉΓòÉΓòÉ
  757.  
  758. The file in question could not be executed, this usually means that OS/2 did 
  759. not find the correct header information to allow execution. 
  760.  
  761.  
  762. ΓòÉΓòÉΓòÉ 32. Rename File Error ΓòÉΓòÉΓòÉ
  763.  
  764. The file/directory in question can not be renamed. This usually means that a 
  765. file/directory with the selected name already exists. 
  766.  
  767.  
  768. ΓòÉΓòÉΓòÉ 33. Delete File Error ΓòÉΓòÉΓòÉ
  769.  
  770. The file or directory in question could not be deleted, this usually means that 
  771. the file does not exist or the file is in use by another process. 
  772.  
  773.  
  774. ΓòÉΓòÉΓòÉ 34. Path Not Found Error ΓòÉΓòÉΓòÉ
  775.  
  776. Path Not Found Error 
  777.  
  778.  
  779. ΓòÉΓòÉΓòÉ 35. Existing File Error ΓòÉΓòÉΓòÉ
  780.  
  781. The target file already exists and may be destroyed by copying over it with the 
  782. source file. 
  783.  
  784.  
  785. ΓòÉΓòÉΓòÉ 36. Make Directory Error ΓòÉΓòÉΓòÉ
  786.  
  787. The target directory already exists or there is not enough room to create a new 
  788. directory on the target disk. 
  789.  
  790.  
  791. ΓòÉΓòÉΓòÉ 37. Executable file not found. ΓòÉΓòÉΓòÉ
  792.  
  793. The executable command or macro cannot be found. Verify that the command or 
  794. macro in question has a FULLY qualified file name ( i.e. D:\PKZIP\PKZIP.EXE ) 
  795. or is in the PATH.